Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.0.0] Fix Autoloads skyframe injection #24310

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

meteorcloudy
Copy link
Member

Before this, changing the value of --enable_bzlmod did not invalidate the existing skyframe precomputed value as the instances were considered the same/equal (see src/main/java/com/google/devtools/build/skyframe/AbstractInMemoryMemoizingEvaluator.java#pruneInjectedValues)

Fixes bazelbuild/rules_python#2387

PiperOrigin-RevId: 695696010
Change-Id: I136f2bec4e2c668d020f6cb1a7d3200f7523e5a0

Before this, changing the value of `--enable_bzlmod` did not invalidate the existing skyframe precomputed value as the instances were considered the same/equal (see `src/main/java/com/google/devtools/build/skyframe/AbstractInMemoryMemoizingEvaluator.java#pruneInjectedValues`)

Fixes bazelbuild/rules_python#2387

PiperOrigin-RevId: 695696010
Change-Id: I136f2bec4e2c668d020f6cb1a7d3200f7523e5a0
@meteorcloudy meteorcloudy requested a review from a team as a code owner November 13, 2024 13:12
@github-actions github-actions bot added the awaiting-review PR is awaiting review from an assigned reviewer label Nov 13, 2024
@meteorcloudy meteorcloudy changed the title Fix Autoloads skyframe injection [8.0.0] Fix Autoloads skyframe injection Nov 13, 2024
@meteorcloudy meteorcloudy added this pull request to the merge queue Nov 13, 2024
github-merge-queue bot pushed a commit that referenced this pull request Nov 13, 2024
Before this, changing the value of `--enable_bzlmod` did not invalidate
the existing skyframe precomputed value as the instances were considered
the same/equal (see
`src/main/java/com/google/devtools/build/skyframe/AbstractInMemoryMemoizingEvaluator.java#pruneInjectedValues`)

Fixes bazelbuild/rules_python#2387

PiperOrigin-RevId: 695696010
Change-Id: I136f2bec4e2c668d020f6cb1a7d3200f7523e5a0

Co-authored-by: Googler <[email protected]>
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 13, 2024
@Wyverald Wyverald added this pull request to the merge queue Nov 13, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 13, 2024
@Wyverald Wyverald added this pull request to the merge queue Nov 13, 2024
Merged via the queue into bazelbuild:release-8.0.0 with commit 2278688 Nov 13, 2024
46 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants